3.1.25 \(\int \frac {1}{1-\cos ^2(x)} \, dx\) [25]

Optimal. Leaf size=4 \[ -\cot (x) \]

[Out]

-cot(x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {3254, 3852, 8} \begin {gather*} -\cot (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 - Cos[x]^2)^(-1),x]

[Out]

-Cot[x]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3254

Int[(u_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> Dist[a^p, Int[ActivateTrig[u*cos[e + f*x
]^(2*p)], x], x] /; FreeQ[{a, b, e, f, p}, x] && EqQ[a + b, 0] && IntegerQ[p]

Rule 3852

Int[csc[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> Dist[-d^(-1), Subst[Int[ExpandIntegrand[(1 + x^2)^(n/2 - 1), x]
, x], x, Cot[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[n/2, 0]

Rubi steps

\begin {align*} \int \frac {1}{1-\cos ^2(x)} \, dx &=\int \csc ^2(x) \, dx\\ &=-\text {Subst}(\int 1 \, dx,x,\cot (x))\\ &=-\cot (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 4, normalized size = 1.00 \begin {gather*} -\cot (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 - Cos[x]^2)^(-1),x]

[Out]

-Cot[x]

________________________________________________________________________________________

Maple [A]
time = 0.04, size = 7, normalized size = 1.75

method result size
default \(-\frac {1}{\tan \left (x \right )}\) \(7\)
risch \(-\frac {2 i}{{\mathrm e}^{2 i x}-1}\) \(13\)
norman \(\frac {-\frac {1}{2}+\frac {\left (\tan ^{2}\left (\frac {x}{2}\right )\right )}{2}}{\tan \left (\frac {x}{2}\right )}\) \(18\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1-cos(x)^2),x,method=_RETURNVERBOSE)

[Out]

-1/tan(x)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 6, normalized size = 1.50 \begin {gather*} -\frac {1}{\tan \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-cos(x)^2),x, algorithm="maxima")

[Out]

-1/tan(x)

________________________________________________________________________________________

Fricas [A]
time = 0.44, size = 8, normalized size = 2.00 \begin {gather*} -\frac {\cos \left (x\right )}{\sin \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-cos(x)^2),x, algorithm="fricas")

[Out]

-cos(x)/sin(x)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 14 vs. \(2 (3) = 6\).
time = 0.20, size = 14, normalized size = 3.50 \begin {gather*} \frac {\tan {\left (\frac {x}{2} \right )}}{2} - \frac {1}{2 \tan {\left (\frac {x}{2} \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-cos(x)**2),x)

[Out]

tan(x/2)/2 - 1/(2*tan(x/2))

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 6, normalized size = 1.50 \begin {gather*} -\frac {1}{\tan \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-cos(x)^2),x, algorithm="giac")

[Out]

-1/tan(x)

________________________________________________________________________________________

Mupad [B]
time = 2.24, size = 4, normalized size = 1.00 \begin {gather*} -\mathrm {cot}\left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/(cos(x)^2 - 1),x)

[Out]

-cot(x)

________________________________________________________________________________________